Version 1.3.0 - append to CHANGELOG.md [citest skip] #168
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[1.3.0] - 2023-01-31
Rename mssql_ha_listener_port to mssql_ha_endpoint_port (Rename mssql_ha_listener_port to mssql_ha_endpoint_port #166) As per feedback from Microsoft, mssql_ha_listener_port should be called mssql_ha_endpoint_port, as that port is used when creating endpoint for replication between primary and secondary replica. Listener is a term used for AG listener associated with AG which is used to route client connection to primary replica (or read only secondary replica based on configuration and request type). And listener uses tcp_port, hence the confusion.
Restructure README files to split it into available scenarios (Restructure README files to split it into available scenarios #161)
Add AD integration functionality (Integrate with AD Server for authentication #159)
Add a note about not supporting direct upgrade 2017>2022 (Add a note about not supporting direct upgrade 2017>2022 #157)
ansible-lint 6.x fixes (ansible-lint 6.x fixes #162) The big one is that ansible-lint doesn't like templates in
name
strings except at the end. In general, Ansible does not like having templated variables inname
values because it makes it harder to grep the source to find a log message in the source. The other ones are jinja spacing cleanup, use oftrue
/false
instead ofyes
/no
, and various other cleanup.Add check for non-inclusive language (Add check for non-inclusive language #158)
Signed-off-by: Sergei Petrosian [email protected]